home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_98610.txt < prev    next >
Text File  |  1989-08-22  |  6KB  |  271 lines

  1. -- background: 98610 from stack: in
  2. -- bmap block id: 98940
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.3 Information
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 4 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=16 top=38 right=67 bottom=216
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 20
  31. -- style flags: 0
  32. -- line height: 26
  33. -- part name: Subtitle
  34.  
  35.  
  36. -- part 5 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=16 top=68 right=87 bottom=449
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 256
  46. -- line height: 15
  47. -- part name: Instruction
  48.  
  49.  
  50. -- part 6 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=139 top=94 right=336 bottom=450
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 156
  58. -- text size: 16
  59. -- style flags: 0
  60. -- line height: 17
  61. -- part name: Text
  62.  
  63.  
  64. -- part 8 (button)
  65. -- low flags: 00
  66. -- high flags: 8000
  67. -- rect: left=15 top=94 right=112 bottom=94
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Objectives
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go cd "‚ÄúNetwork‚Äù Defined I/1"
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 9 (button)
  84. -- low flags: 00
  85. -- high flags: 8000
  86. -- rect: left=15 top=117 right=135 bottom=114
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Prerequisites
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go cd "‚ÄúNetwork‚Äù Defined I/2"
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 10 (button)
  103. -- low flags: 00
  104. -- high flags: 8000
  105. -- rect: left=15 top=139 right=157 bottom=84
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: Summary
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   go cd "‚ÄúNetwork‚Äù Defined I/3"
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 15 (field)
  122. -- low flags: 81
  123. -- high flags: 0001
  124. -- rect: left=423 top=0 right=13 bottom=466
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 65535
  128. -- font id: 4
  129. -- text size: 9
  130. -- style flags: 0
  131. -- line height: 12
  132. -- part name: CardTitle
  133.  
  134.  
  135. -- part 25 (button)
  136. -- low flags: 00
  137. -- high flags: 2000
  138. -- rect: left=478 top=319 right=341 bottom=498
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 1238 / 1238
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: Prev
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   lock screen
  150.   go prev
  151.   unlock screen with scroll right
  152. end mouseUp
  153.  
  154.  
  155. -- part 26 (button)
  156. -- low flags: 00
  157. -- high flags: 2000
  158. -- rect: left=493 top=319 right=341 bottom=512
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 1237 / 1237
  161. -- text alignment: 1
  162. -- font id: 0
  163. -- text size: 12
  164. -- style flags: 0
  165. -- line height: 16
  166. -- part name: Next
  167. ----- HyperTalk script -----
  168. on mouseUp
  169.   lock screen
  170.   go next
  171.   unlock screen with scroll left
  172. end mouseUp
  173.  
  174.  
  175. -- part 27 (button)
  176. -- low flags: 00
  177. -- high flags: 2000
  178. -- rect: left=482 top=294 right=320 bottom=509
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 1236 / 1236
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: Last Menu
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.  
  190. end mouseUp
  191.  
  192.  
  193.  
  194. -- part 28 (button)
  195. -- low flags: 00
  196. -- high flags: 2000
  197. -- rect: left=482 top=176 right=205 bottom=511
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 162 / 162
  200. -- text alignment: 1
  201. -- font id: 0
  202. -- text size: 12
  203. -- style flags: 0
  204. -- line height: 16
  205. -- part name: Help
  206. ----- HyperTalk script -----
  207. on mouseUp
  208.   Help
  209. end mouseUp
  210.  
  211.  
  212.  
  213. -- part 29 (button)
  214. -- low flags: 00
  215. -- high flags: 2000
  216. -- rect: left=480 top=143 right=172 bottom=511
  217. -- title width / last selected line: 0
  218. -- icon id / first selected line: 1310 / 1310
  219. -- text alignment: 1
  220. -- font id: 0
  221. -- text size: 12
  222. -- style flags: 0
  223. -- line height: 16
  224. -- part name: Student Services
  225. ----- HyperTalk script -----
  226. on mousedown
  227.   SSpopUp
  228. end mousedown
  229.  
  230. on mouseup
  231.   if the mouseloc is not within the rect of me then exit to hyperCard
  232.   doSS
  233. end mouseup
  234.  
  235.  
  236.  
  237. -- part 30 (button)
  238. -- low flags: 00
  239. -- high flags: 0000
  240. -- rect: left=443 top=5 right=72 bottom=512
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 1
  244. -- font id: 0
  245. -- text size: 12
  246. -- style flags: 0
  247. -- line height: 16
  248. -- part name: Instant Reference
  249. ----- HyperTalk script -----
  250. on mouseUp
  251.   instantReference "1.2.3"
  252. end mouseUp
  253.  
  254.  
  255. -- part 32 (button)
  256. -- low flags: 00
  257. -- high flags: 2000
  258. -- rect: left=482 top=208 right=234 bottom=509
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 1234 / 1234
  261. -- text alignment: 1
  262. -- font id: 0
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: Lesson
  267. ----- HyperTalk script -----
  268. on mouseUp
  269.   lesson "1.2.3"
  270. end mouseUp
  271.